home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / pprint33.arc / README < prev   
Encoding:
Text File  |  1987-08-15  |  2.2 KB  |  61 lines

  1. PPRINT - General comments.....
  2.  
  3. The file PPRINT.DEF contains printer definition statements to
  4. customize PPRINT to your printers specifications.  See PRINTDEF.DOC
  5. to determine if a printer file exists for your printer.  See the
  6. documentation to determine how to create a new printer def file.
  7.  
  8.    ------------------------------------------------------------------
  9.  
  10. 14 August, 1987
  11.  
  12. Version 3.2 released. It contains an additional parameter that may
  13. be specified in PPRINT.DEF file.  The RESET parameter specifies
  14. printer codes that are to be sent to the printer after PPRINT has
  15. completed printing.  This allows you to reset the printer to
  16. any condition after PPRINT is done.
  17.  
  18. Often, printers have a reset code that may be used to reset the
  19. printer to the condition it normally has after power has been turned
  20. on.
  21.  
  22. If the RESET printer definition code has not been specified in the
  23. PPRINT.DEF file, no reset codes will be sent.
  24.  
  25. Following is an example:
  26.  
  27.      RESET 27 46
  28.  
  29.    ------------------------------------------------------------------
  30.  
  31. 15 August, 1987
  32.  
  33. Version 3.3 released. It contains an additional command switch
  34. /DI that causes pprint to display print control code diagnostic
  35. information.
  36.  
  37. Use a command like the following to see what print control
  38. codes are being sent to your printer.
  39.  
  40.      PPRINT TEXT.TXT/DI/PD:xxx >lpt1
  41.  
  42. The /DI code causes diagnostics to be printed.  They are displayed
  43. on the standard output device.
  44.  
  45. The >lpt1 directs standard output (normally the display) to be
  46. directed to your printer.  If >lpt1 is not specified, the print
  47. codes will be directed to your display but only the last cone will
  48. be shown as they overlay each other as they are displayed.  You
  49. may use /D2 to cause pprint to pause adter each code is shown.
  50.  
  51. The /PD:xxx instructs pprint to write the text to be printed to
  52. the DOS file xxx.  This will save you from having to print it.
  53.  
  54. To test other than standard pprint codes, add any additional
  55. switch information after the /DI.  For example, to see the codes
  56. sent for 8LPI printing, use the following command.
  57.  
  58.      PPRINT TEXT.TXT/DI/S8/PD:xxx >lpt1
  59.  
  60.    ------------------------------------------------------------------
  61.